home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / ZaidDictio2128319262008.psc / ZaidDictionary Germany-English / About.frm next >
Text File  |  2008-09-26  |  4KB  |  136 lines

  1. VERSION 5.00
  2. Begin VB.Form About 
  3.    BorderStyle     =   0  'None
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   3450
  6.    ClientLeft      =   0
  7.    ClientTop       =   0
  8.    ClientWidth     =   4800
  9.    LinkTopic       =   "Form1"
  10.    Picture         =   "About.frx":0000
  11.    ScaleHeight     =   3450
  12.    ScaleWidth      =   4800
  13.    ShowInTaskbar   =   0   'False
  14.    StartUpPosition =   2  'CenterScreen
  15.    Begin VB.Label Label8 
  16.       BackStyle       =   0  'Transparent
  17.       Caption         =   "About Zaid Dictionary"
  18.       BeginProperty Font 
  19.          Name            =   "MS Sans Serif"
  20.          Size            =   9.75
  21.          Charset         =   178
  22.          Weight          =   700
  23.          Underline       =   0   'False
  24.          Italic          =   0   'False
  25.          Strikethrough   =   0   'False
  26.       EndProperty
  27.       ForeColor       =   &H00E0E0E0&
  28.       Height          =   255
  29.       Left            =   600
  30.       TabIndex        =   6
  31.       Top             =   120
  32.       Width           =   3615
  33.    End
  34.    Begin VB.Image TransFormButton1 
  35.       Height          =   465
  36.       Left            =   3480
  37.       Picture         =   "About.frx":35EC2
  38.       Top             =   2640
  39.       Width           =   1140
  40.    End
  41.    Begin VB.Image Button1 
  42.       Height          =   240
  43.       Left            =   4200
  44.       Picture         =   "About.frx":37AA0
  45.       Top             =   120
  46.       Width           =   345
  47.    End
  48.    Begin VB.Label Label6 
  49.       BackStyle       =   0  'Transparent
  50.       Caption         =   "Include 45200 entries"
  51.       ForeColor       =   &H008080FF&
  52.       Height          =   255
  53.       Left            =   3000
  54.       TabIndex        =   5
  55.       Top             =   1000
  56.       Width           =   1575
  57.    End
  58.    Begin VB.Label Label5 
  59.       BackStyle       =   0  'Transparent
  60.       Caption         =   "Copyright - 2008"
  61.       ForeColor       =   &H00FFFFFF&
  62.       Height          =   255
  63.       Left            =   840
  64.       TabIndex        =   4
  65.       Top             =   2640
  66.       Width           =   1335
  67.    End
  68.    Begin VB.Label Label4 
  69.       BackStyle       =   0  'Transparent
  70.       Caption         =   "Em@l : zaidmarkabi@yahoo.com"
  71.       ForeColor       =   &H00FFFFFF&
  72.       Height          =   255
  73.       Left            =   840
  74.       TabIndex        =   3
  75.       Top             =   2280
  76.       Width           =   3735
  77.    End
  78.    Begin VB.Label Label3 
  79.       BackStyle       =   0  'Transparent
  80.       Caption         =   "Powered with VB6 by ZaidMarkabi"
  81.       ForeColor       =   &H00FFFFFF&
  82.       Height          =   255
  83.       Left            =   840
  84.       TabIndex        =   2
  85.       Top             =   2040
  86.       Width           =   3735
  87.    End
  88.    Begin VB.Label Label2 
  89.       BackStyle       =   0  'Transparent
  90.       Caption         =   "You can use it any time you want ."
  91.       ForeColor       =   &H00FFFFFF&
  92.       Height          =   255
  93.       Left            =   840
  94.       TabIndex        =   1
  95.       Top             =   1680
  96.       Width           =   3735
  97.    End
  98.    Begin VB.Label Label1 
  99.       BackStyle       =   0  'Transparent
  100.       Caption         =   "This application is freeware for all ."
  101.       ForeColor       =   &H00FFFFFF&
  102.       Height          =   255
  103.       Left            =   840
  104.       TabIndex        =   0
  105.       Top             =   1440
  106.       Width           =   3735
  107.    End
  108.    Begin VB.Image Image2 
  109.       Height          =   765
  110.       Left            =   135
  111.       Picture         =   "About.frx":37F62
  112.       Stretch         =   -1  'True
  113.       Top             =   495
  114.       Width           =   4530
  115.    End
  116.    Begin VB.Image Image1 
  117.       Height          =   435
  118.       Left            =   240
  119.       Picture         =   "About.frx":43554
  120.       Top             =   1320
  121.       Width           =   480
  122.    End
  123. End
  124. Attribute VB_Name = "About"
  125. Attribute VB_GlobalNameSpace = False
  126. Attribute VB_Creatable = False
  127. Attribute VB_PredeclaredId = True
  128. Attribute VB_Exposed = False
  129. Private Sub Button1_Click()
  130. Unload Me
  131. End Sub
  132.  
  133. Private Sub TransFormButton1_Click()
  134. Unload Me
  135. End Sub
  136.